home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / typefast.arc / README < prev    next >
Text File  |  1989-11-27  |  2KB  |  41 lines

  1.                         TYPEFAST
  2.                    TYPEING DRILL GAME
  3.  
  4. Steve Spearman wrote TYPEFAST, one of the better touch-typing drills
  5. I've seen (and I've written one myself).  It's a GAME (not boring drills)
  6. that's a cross between a touch-typing program and "Space Invaders".
  7. Words appear in random places on the screen and slowly move down.
  8. You have to type them correctly to blow them up before they reach the "ground"
  9. (a line at the bottom of the screen).  There are several degrees of difficulty.
  10.  
  11.  
  12. I've enhanced it, so that:
  13.  
  14.    -    It can run with your own word list, rather than the built-in words.
  15.         Just compile with WORDLIST defined, and it will look for a file
  16.         WORDLIST.H.
  17.  
  18.    -    Longer words start higher on screen, to allow more time to type them.
  19.  
  20.    -    It runs on MS-DOS PCs.  I used Turbo C and PCcurses, though I didn't
  21.         do anything that depends on those choices.  It's pretty generic C
  22.         and curses.
  23.  
  24.    -    It uses the PC display character set to make prettier missiles and
  25.         explosions than an ordinary ASCII terminal can.  (To get these,
  26.         compile with MSDOS defined.)
  27.  
  28. I post the enhanced game with Steve's permission.  He has included no
  29. copyright, nor have I, though we'd appreciate your leaving the leading
  30. comments in any further distribution that you do.  If you modify it
  31. further, please add to the "history" portion of those comments.
  32.  
  33. Enjoy!
  34.  
  35. Dave Tutelman
  36. 16 Tilton Drive
  37. Wayside, NJ 07712
  38.  
  39. (201) 922-9576
  40.  
  41.